home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / INFO / TUTORII.ZIP / BECHO.DAT < prev    next >
Text File  |  1991-11-29  |  288b  |  12 lines

  1. Explanation of the ECHO command. It is BATCH.
  2.  
  3. This command will turn the command echoing 
  4. off when used in a batch file.
  5.  
  6. Example:
  7.       The following short batch file will 
  8.       only clear the screen but nobody 
  9.       will see the command:
  10.           Echo off
  11.           cls
  12.